home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / FLUSHCOM.SCR < prev    next >
Text File  |  1991-12-03  |  502b  |  22 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« FlushCom »ye«
  3.  
  4.     /FLUSHCOM [{OUT|IN|BOTH}]
  5. /cw
  6.     »%t«FlushCom»#« clears the input (»ye«IN»#«), output (»gr«OUT»#«), or
  7.     both (»ma«BOTH»#«) communications buffers.  »ma«Both»#« buffers are cleared
  8.     by default.
  9.  
  10.     EXAMPLES:
  11. »wh«
  12.     /FLUSHCOM»#«
  13.         Flush both input and output buffers.
  14. »wh«
  15.     /FLUSHCOM IN»#«
  16.         Flush the input buffer.
  17. »wh«
  18.     /FLUSHCOM OUT»#«
  19.         Clear the output buffer.
  20.  
  21. /ENDEXEC CLEAR
  22.